home *** CD-ROM | disk | FTP | other *** search
- // WinHacker Script
- // Copyright (c) 1996 Wedge Software
- //
- // Clears the Find Files MRU
- //
-
- [Main]
- Desc = Clears the Find Files MRU
- // StartMessage =
- ExitMessage = Find Files MRU Cleared.
-
- [Registry]
- Procs = 1
-
- [RegistryProc#1]
- RootKey = HKEY_CURRENT_USER
- Path = Software\Microsoft\Windows\CurrentVersion\Explorer\Doc Find Spec MRU
- Item = (all)
- Action = Delete
-